home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 4 / The Arsenal Files 4 (Arsenal Computer).ISO / tbbs / mfmlan.tip < prev    next >
Text File  |  1995-04-01  |  4KB  |  104 lines

  1.  Our thanks to Jim Dunmyer for providing the following information!
  2.  
  3.         Using MFM/LAN with the TBBS V2.3 file interface:
  4.         ================================================
  5.  
  6. Set up your LAN so there is a drive that is common to both the BBS and
  7. the CD-ROM nanny. That is, when you do a "DIR [drivespec]" from either
  8. the BBS machine OR the CD-ROM nanny, you should see the same, exact
  9. thing. With Lantastic, the syntax might be:
  10.  
  11. NET USE B: \\BBS\E-DRIVE
  12.  
  13. This line is in the STARTNET.BAT on both the BBS *and* the nanny, and
  14. causes the above-mentioned "DIR B:" command to look at the E: drive on
  15. the BBS. Note that using the B: specifier in this manner is legitimate
  16. and will work fine, but any "real" B: drive on either machine is unusable
  17. while the LAN is running. This "NET USE" command should point to a
  18. unique drive letter that is unused by anything else. It might work with
  19. other setups, but be careful!
  20.  
  21. Here's an example STARTNET.BAT for the nanny, using Lantastic configured
  22. for IPX:
  23.  
  24. ---------------------------------------------------------------
  25.  
  26. rem starts Lantastic & CD-ROM
  27.  
  28. lsl
  29. ne2000
  30. ipxodi a
  31. odinsup
  32.  
  33. ai-ndis bind_to=ne2000 receive_buffers=4 no_receive_holdoff
  34.  
  35. ailanbio
  36. rem share /f:4096
  37. redir cdrom logins=6
  38.  
  39. MSCDEX /D:MSCD005 /M:24 /L:W /V
  40.  
  41. net login \\bbs user
  42. net clock \\bbs
  43. net use b: \\bbs\e-drive
  44.  
  45.  
  46. ==================================================================
  47. Do not proceed until you have this "common" drive concept working!
  48. ==================================================================
  49.  
  50.  
  51. Install MFMLAN.EXE on the CD-ROM nanny.
  52.  
  53. Install your MFM.KEY in the directory on the BBS drive where MFMLAN is
  54. told to look for files. This is set in CEDIT, under the "slow, remote
  55. drive" setup configuration, within the "Other, File Handling" area.
  56.  
  57. While in CEDIT, specify your "Slow, Remote Drives", and your "Staging
  58. Directory". Be sure to set "Stage Method=1" (MFM). TBBS will make the
  59. directories beneath the \STAGE directory.
  60.  
  61. Run MFMLAN on the nanny; the command line should be:
  62.  
  63. MFMLAN B:\MFM\ /T1
  64.  
  65. This will cause MFMLAN.EXE to look in the BBS' B:\MFM (actually on E:,
  66. remember?) once per second to see if there are any requests.
  67.  
  68. If you want to use Pioneer changers on the nanny, you can use Pioneer's
  69. XDISC.EXE utility, and when MFMLAN sees a request for a file on "Y3:",
  70. it will call that program to mount disk number 3 and get the file. Note
  71. the spelling of the utility's name, it is NOT "XDISK.EXE".
  72.  
  73. Tips:
  74.  
  75. You don't need a hard drive on the CD-ROM nanny, but if you want to
  76. shell out to DOS to recomment .ZIP files during the copy, you'll
  77. probably want a RAM disk. You don't need everything on the RAM disk,
  78. only COMMAND.COM, MFMLAN.EXE, and a few other essentials; a 750K RAM
  79. disk is big enough.
  80.  
  81. To do the re-comment, change record number 811 in STANDARD.LNG to read:
  82.  
  83. Copy %1%2
  84. ^JB:\UTIL\QZC.COM %P%s B:\MFM\COMMENT.TXT
  85. ^J%NAME%
  86. ^J
  87.  
  88. This runs a program called "QuickZipComment.COM", others will work fine.
  89.  
  90. When starting up MFMLAN.EXE, do a "DEL B:\MFM\LAN*.*" to clean up any
  91. leftover stuff. This is necessary if your nanny hiccups for any reason.
  92.  
  93. It is unnecesary to load SERVER.EXE on the nanny unless you want to
  94. access the CD-ROMs from another workstation for some reason. And, you
  95. never want to stage the [copied] files on the nanny's hard drive, that
  96. defeats the entire purpose of the nanny concept.
  97.  
  98.    -------------------------------------------------------------
  99.  
  100. For more information on the LAN Workload Manager, aka "MFM/LAN" please
  101. drop by the GW Associates Customer Support System at (508) 429-8385 or
  102. call Pete White voice at (508) 429-6227.  We're always here to help.
  103.  
  104.